public static final BlockRegistryObject STREET_POLE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/bee_yellow/bee_yellow_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/black/black_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/blue/blue_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_blue/dark_blue_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_gray/dark_gray_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_green/dark_green_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/gray/gray_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/green/green_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/light_blue/light_blue_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/orange/orange_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/pink/pink_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/purple/purple_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/red/red_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/royal_red/royal_red_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/rusty/rusty_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/steel/steel_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/yellow/yellow_street_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/bee_yellow/bee_yellow_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/black/black_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/blue/blue_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_blue/dark_blue_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_gray/dark_gray_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_green/dark_green_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/gray/gray_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/green/green_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/light_blue/light_blue_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/orange/orange_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/pink/pink_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/purple/purple_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/red/red_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/royal_red/royal_red_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/rusty/rusty_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/steel/steel_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_BASE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/yellow/yellow_street_pole_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/bee_yellow/bee_yellow_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/black/black_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/blue/blue_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_blue/dark_blue_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_gray/dark_gray_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_green/dark_green_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/gray/gray_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/green/green_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/light_blue/light_blue_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/orange/orange_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/pink/pink_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/purple/purple_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/red/red_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/royal_red/royal_red_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/rusty/rusty_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/steel/steel_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject STREET_POLE_SQUARE_BASE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/yellow/yellow_street_pole_square_base"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/bee_yellow/bee_yellow_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/black/black_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/blue/blue_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_blue/dark_blue_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_gray/dark_gray_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_green/dark_green_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/gray/gray_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/green/green_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/light_blue/light_blue_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/orange/orange_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/pink/pink_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/purple/purple_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/red/red_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/royal_red/royal_red_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/rusty/rusty_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/steel/steel_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_POLE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/yellow/yellow_tiny_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/bee_yellow/bee_yellow_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/black/black_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/blue/blue_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_blue/dark_blue_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_gray/dark_gray_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_green/dark_green_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/gray/gray_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/green/green_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/light_blue/light_blue_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/orange/orange_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/pink/pink_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/purple/purple_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/red/red_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/royal_red/royal_red_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/rusty/rusty_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/steel/steel_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject TINY_OFFSET_POLE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/yellow/yellow_tiny_offset_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/bee_yellow/bee_yellow_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/black/black_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/blue/blue_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_blue/dark_blue_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_gray/dark_gray_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/dark_green/dark_green_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/gray/gray_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/green/green_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/light_blue/light_blue_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/orange/orange_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/pink/pink_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/purple/purple_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/red/red_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/royal_red/royal_red_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/rusty/rusty_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/steel/steel_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject POLE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/pole/generated/yellow/yellow_pole"), () -> new Block(new PoleBase()), CreativeTabInit.JTA_SIGNS);